/* CSS Document */
        #menu{
	margin:0px;
	padding:0px;
	list-style:none;
	color:#fff;
	line-height:30px;
	display:inline-block;
	float:left;
	z-index:1000;
	background-image: url(design/resim_alt_sol_back.jpg);
}
        #menu a { color:#fff; text-decoration:none; }
        #menu > li {
	cursor:pointer;
	float:left;
	position:relative;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-attachment: scroll;
	background-image: url(../design/man-u_back.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #080808;
	font-family: "trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	text-align: center;
	width: 106px;
}
        #menu > li:hover {
	cursor:pointer;
	float:left;
	position:relative;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #2D2D2D;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}


        #menu li a:hover {
	color:#CCCCCC;
}
        #menu .logo {background:transparent none repeat scroll 0% 0%; padding:0px; background-color:Transparent;}
        /* sub-menus*/
        #menu ul {
	padding:0px;
	display:block;
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
}
        #menu li ul {
	position:absolute;
	left:-10px;
	top:0px;
	margin-top:33px;
	width:150px;
	line-height:16px;
	background-color:#FFFFFF;
	color:#0395CC; /* for IE */
	display:none;
}
        #menu li:hover ul { display:block;}
        #menu li ul li{
	display:block;
	list-style-type:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #606060;
	border-bottom-color: #606060;
	border-left-color: #606060;
	font-family: "trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
        #menu li ul li:first-child { border-top: none; }
        #menu li ul li a {
	display:block;
	color:#333333;
}
        #menu li ul li a:hover {
	color:#666666;
}
        /* main submenu */
        #menu #main { left:0px; top:-20px; padding-top:20px; background-color:#7cb7e3; color:#fff; z-index:999;}
        /* corners*/
        #menu .corner_inset_left { position:absolute; top:0px; left:-12px;}
        #menu .corner_inset_right { position:absolute; top:0px; left:150px;}
        #menu .last { background:transparent none repeat scroll 0% 0%; margin:0px; padding:0px; border:none; position:relative; border:none; height:0px;}
        #menu .corner_left { position:absolute; left:0px; top:0px;}
        #menu .corner_right { position:absolute; left:132px; top:0px;}
        #menu .middle { position:absolute; left:18px; height: 20px; width: 115px; top:0px;}
