/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#002A5A;
	color:#fff;	
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;	
	text-decoration:none;
}
body1{
	font:9px/12px Tahoma, Arial, Helvetica, sans-serif;	
}

a{
color:#666666;
text-decoration:none;
}
	#menu{
		width:100%;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
			}
				#menu li a{
					display:block;
					float:left;
					height:66px;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					background:url(images/menu_007_left.jpg) no-repeat left;
					line-height:43px;
					padding:0 0 0 7px;
					text-decoration:none;
				}
				#menu li a span{
					display:block;
					float:left;
					background:url(images/menu_007_right.jpg) no-repeat right;
					height:66px;
					color:#fff;
					line-height:43px;
					padding:0 14px 0 6px;
				}
					#menu li a:hover{
						display:block;
						float:left;					
						background:url(images/menu_007_left_h.jpg) no-repeat left;
						height:66px;
					}
					#menu li a:hover span{
						display:block;
						float:left;					
						background:url(images/menu_007_right_h.jpg) no-repeat right;
						color:#fff;
						height:66px;
					}
				#menu li a.current{
					display:block;
					float:left;
					height:66px;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					background:url(images/menu_007_left_h.jpg) no-repeat left;
					line-height:43px;
					padding:0 0 0 7px;
					text-decoration:none;
				}
				#menu li a.current span{					
					display:block;
					float:left;
					background:url(images/menu_007_right_h.jpg) no-repeat right;
					height:66px;
					color:#fff;
					line-height:43px;
					padding:0 14px 0 6px;
				}
				.boxText .categories{
				font-weight:bold;
				text-decoration:none;
				color:#1c66c5;
				
				}


	#menu2{
		width:180px;
		text-align:left;
		margin:0px;
	}
		#menu2 ul{
			list-style:none;
		}
			#menu2 li{
				list-style:none;
				display:block;
				background:url(images/menu_007_right.jpg) no-repeat;
				text-indent:10px;
			}
				#menu2 li a{
					list-style:none;
					display:block;
					color:#fff;
					text-transform:uppercase;
					font-size:12px;
					text-decoration:none;
					height:30px;
					line-height:30px;
					font-weight:bold;
					text-indent:20px;
				}
					#menu2 li a:hover{
						background:url(images/menu_007_right_h.jpg) no-repeat;
						height:30px;
						line-height:30px;
						color:#fff;
						text-decoration:none;
						font-size:12px;
						font-weight:bold;
						color:#FFFFFF;
						text-indent:20px;
					}
					#menu2 li a.current2, #menu li a:hover.current2{
						list-style:none;
						display:block;
						background:url(images/menu_007_right_h2.jpg) no-repeat;
						color:#fff;
						text-transform:uppercase;
						font-size:13px;
						text-decoration:none;
						height:30px;
						line-height:30px;			
						font-weight:bold;
						font-size:13px;
						text-indent:20px;
						/*font-style:italic;*/
					}
					select { /*type="text"*/
						background: #FFFFFF !important;
						color: #333333;
						font-size: 11px;
						font-family: Tahoma, Arial, Helvetica, sans-serif;	
						border-top: 1px solid #0000CC;
						border-right: 1px solid #0000CC;
						border-left: 1px solid #0000CC;
						border-bottom: 1px solid #0000CC;
						text-transform:uppercase;
						width:150px;
						height:20px;
					}
					input[type="text"] { /*type="text"*/
						background: #FFFFFF !important;
						color: #333333;
						font-size: 11px;
						font-family: Tahoma, Arial, Helvetica, sans-serif;		
						border-top: 1px solid #0000CC;
						border-right: 1px solid #0000CC;
						border-left: 1px solid #0000CC;
						border-bottom: 1px solid #0000CC;
						text-transform:uppercase;
						width:150px;
						height:20px;
					}
					input[type="submit"] {
						background:url(images/menu_007_right.jpg) no-repeat;
						color: #FFFFFF;
						font-weight:bold;
						font-size: 11px;
						font-family: Tahoma, Arial, Helvetica, sans-serif;
						border-top: none;
						border-right: none;
						border-left: none;
						border-bottom: none;
						cursor:pointer;
						/*border-top: 1px solid #0000CC;
						border-right: 1px solid #0000CC;
						border-left: 1px solid #0000CC;
						border-bottom: 1px solid #0000CC;*/
						width:100px;
						height:20px;
						}



