@charset "UTF-8";
/* CSS Document */

/* Base */
.thenav {
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	height:50px;
	left:180px;
	position:relative;
	top:150px;
	width:763px;
	z-index:5000;
}
.thenav ul li a, .thenav ul li a:visited {
	color:#F0F0F0 !important;
	display:inline-block;
	font-size:16px;
	font-weight:normal;
	height:50px;
	letter-spacing:2px;
	line-height:45px;
	overflow:hidden;
	padding-left:13px;
	padding-right:13px;
	text-align:center;
	text-decoration:none;
	text-transform:lowercase;
}
.thenav ul {
	padding:0;
	margin:0;
	list-style: none;
	text-align: left;
}
.thenav ul li {
	float:left;
	position:relative;
}
.thenav ul li ul {
	display: none;
}
/* Standard browsers */
.thenav ul li:hover a {
	color:#02387E !important;
	background-color: #CCCCCC !important;
}
.thenav ul li:hover ul {
	display:block;
	position:absolute;
	top:50px;
	left:0px;
}
.thenav ul li:hover ul li a.hide {
}
.thenav ul li:hover ul li:hover a.hide {
}
.thenav ul li:hover ul li ul {
	display: none;
}
.thenav ul li:hover ul li a {
	font-size: 15px !important;
	display:block;
	color:#02387E !important;
	background-color: #cccccc!important;
	text-align: left;
	width: 250px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C23215;
	border-bottom-color: #C23215;
	border-left-color: #C23215;
}
.thenav ul li:hover ul li a:hover {
	color:#FFF !important;
	background-color: #AB0000 !important;
	border: 1px solid #C23215;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C23215;
	border-bottom-color: #C23215;
	border-left-color: #C23215;
}
.thenav ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:105px;
	top:0px;
}
.thenav ul li:hover ul li:hover ul.left {
	left:-105px;
}
a#menu_15 {
	background-image:url("/images/shop-1.png");
	background-repeat:no-repeat;
	height:46px;
	/*
	left:198px;*/
	overflow:hidden;
	padding:0;
	position:absolute;
	text-align:center;
	top:1px;
	z-index:5000;
	width:130px;
	
}
a#menu_15:hover {
	background-image: url(/images/shop-2.png);
	color: #FFF !important;
}

