html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

body {
	padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-color: #D01E1E;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:center;
	vertical-align:text-bottom;
}

ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
	width: 700px;
}

ul.dropdown li {
	float: left;
	line-height: 3.2em;
	vertical-align: middle;
	zoom: 1;
	width:60px;
	height:35px;
	margin:0px 0px 0px 0px;
		
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

ul.dropdown ul li {
	float: none;
	width: 160px;
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #FFFFFF;
	border-right:none;
	background-color:#DCDCDC;
	height:25px;
	line-height: 2.0em;
	text-align:left;
	padding: 3px 2px 2px 5px;
}

ul.dropdown ul ul {
	top: 0px;
	left: 99%;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}

/*------------TOP MENU BASLADI------------*/
#menuTopContainer{
	/*margin-top:5px;*/
}
#menuTopBGImage{
	float:left;
	position:absolute; 
	/*top:47px;*/
}
#menuTop{
	float:left; 
	position:absolute; 
	/*top:52px;*/
	z-index:11; 	
}
a:link {
	text-decoration: none;
	color: #14266a;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #14266a;
}

