ul.dropdown {
	/* margin-top:40px;
	*/
	font-weight : bold;
	min-width : 520px;
	right : 0px;
}

/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */
ul.dropdown *.dir {
	/* background-image: url(images/nav-arrow-down.png);
	*/
	background-position : 100% 50%;
	background-repeat : no-repeat;
	padding-right : 10px;
}

ul.dropdown a:link,
ul.dropdown a:visited	{
	color : #FFFFFF;
	text-decoration : none;
}

ul.dropdown a:hover		{
	color : #FFFFFF;
}

ul.dropdown a:active	{
	color : #FFFFFF;
}

ul.dropdown li {
	/*border-style: solid;
	border-width: .002em .002em .002em .002em;
	border-color: #012585 #012585 #ffffff;
	*/
	background-color : #012585;
	border-style : none;
	color : #FFFFFF;
	padding : 7px 10px;
	z-index : -1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	background-color : #012585;
	color : #FFFFFF;
}

/* -- level mark -- */
ul.dropdown ul {
	margin-top : 0px;
	width : 150px;
}

ul.dropdown ul li {
	font-weight : normal;
}

/* -- Components override -- */
ul.dropdown-horizontal ul *.dir {
	/* background-image: url(images/nav-arrow-right.png);
	*/
	background-position : 100% 50%;
	background-repeat : no-repeat;
	padding-right : 15px;
}

ul.dropdown-upward *.dir {
	/* background-image: url(images/nav-arrow-top.png);
	*/
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
	/* background-image: url(images/nav-arrow-right.png);
	*/
}

ul.dropdown-vertical-rtl *.dir {
	background-position : 0 50%;
	padding-left : 15px;
	padding-right : 10px;
}

#nav {
	margin-left : 175px;
}

#navigation {
	background-color : #012585;
	color : #FFFFFF;
	font-family : Arial;
	font-size : .6em;
	font-weight : 200;
	height : 33px;
	text-align : left;
	width : 100%;
}
