@charset "UTF-8";
.main-container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#main_nav{
	position: absolute;
	top: 44px;
	height: 86px;
	_width: 450px;
	width: 703px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	z-index: 500;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	padding-left: 28px;
}
#omarail-logo {
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 200;
	height: 100px;
	width: 264px;
	padding-left: 28px;
	top: 41px;
}
#dropdown div {
	float: left;
	padding: 0;
	background-color: #E9E4D4;
}

#dropdown div.link {
	width: 50px;
	color: #000000;
	line-height: 25px;
	white-space: nowrap;
	height: 27px;
	text-align: center;
	font-size: 11px;
}

#dropdown a:link,
#dropdown a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
#dropdown a:hover {
	color: #D91D27;
}
#dropdown a:active { color: #0395cc; }

#dropdown .deviant div {
  margin: 0 10px;
  overflow: hidden;
}

#dropdown .deviant ul {
	background-color: #BBB8B1;
	overflow: hidden;
	padding: 0px 0px;
}

#dropdown .deviant li {
	background-color: #BBB8B1;
	height: 27px;
	line-height: 25px;
}

#dropdown .devianttitle div {
  margin: 0 10px;
  overflow: hidden;
}

#dropdown .devianttitle ul {
	background-color: #BBB8B1;
	overflow: hidden;
	padding: 0px 0px;
}

#dropdown .devianttitle li {
	background-color: #BBB8B1;
	height: 27px;
	line-height: 25px;
}

#dropdown .devianttitlecontact div {
  margin: 0 10px;
  overflow: hidden;
}

#dropdown .devianttitlecontact ul {
	background-color: #BBB8B1;
	overflow: hidden;
	padding: 0px 0px;
}

#dropdown .devianttitlecontact li {
	background-color: #BBB8B1;
	height: 27px;
	line-height: 25px;
}


#dropdown .right {
	background-color: #172322;
	background-image: url(../files/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 82px center;
}

#dropdown .left {
	background-color: #172322;
	background-image: url(../files/arrow-left.png);
	background-repeat: no-repeat;
	background-position: 82px center;
}

#dropdown .title {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C3C0B1;
	border-left-color: #C3C0B1;
	background-color: #E9E3D3;
	background-image: url(../files/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 82px center;
	font-size: 11px;
}
#dropdown .titlelink {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C3C0B1;
	border-left-color: #C3C0B1;
	background-color: #E9E3D3;
	background-repeat: no-repeat;
	background-position: 82px center;
	font-size: 11px;
	width: 100px;
	margin-right: 10px;
}
