#content	{position:relative;}

#menu {
	position				:	absolute;
	top							:	195px;
	width						: 800px;
}


#nav, 
#nav ul {
	/*float						: left;*/ /***/
	float:none; /***/
	clear:both;	/***/
	list-style			: none;
	font-weight			: bold;
	padding					: 0;
	margin					: 0;
	/*display					: inline;*/ /***/
	/*color						: #4f0005;*/ /***/
}


#nav a {
	cursor					: pointer;
	/*text-align			: center;*/ /***/
	font-weight			: bold;
	color						: #ff7f00; /***/
	font-size				: 12px;
	background-color			: transparent;
	display					: block;
	/*white-space			: nowrap;*/ /***/
	margin:0; /***/
	padding					:	6px 8px 5px 8px; /***/
	text-decoration	: none;
	
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	/*height					: auto;
	line-height			: normal;*/ /***/
  	
}
#nav li a {
}
#nav li ul {
	/*float						: left;*/ /***/
	margin					: 0;
	padding					: 0;
	/*display					: inline;*/ /***/
}
#nav li {
	background			: white;
	float						: left;
	margin-left			: 10px;
}
#nav li li {
	background-color			: transparent;
	float						: left;
	padding					: 0;
	margin-left			: 0;

}
#nav li li a {
	position				: relative;
	top							: 0;
	float						: none;
	border					: 0;
	color						: #80c656;
	font-weight			: normal;
	font-size				: 11px;
	white-space			: normal;
	text-decoration	: none;
	text-align			: left;
	padding					: 0 10px;
	margin					:	4px 0 0 0;
	border-left			:	1px solid white;
	
}
#nav li ul,
#nav li ul li ul {
	position				: absolute;
	left						: -999em;
	font-weight			: normal;
	margin					: 0;
	width						: 600px;
	padding-right		:	204px;
	height					:	35px;	
	background			: #4f0005;
	padding-left		:	6px;
}
#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul {
	left						: -999em;
}
#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul {
	left						: 0;
}
#nav li:hover, 
#nav li.sfhover {
	background-color			: #4f0005;
	color						: white;
}

#nav li a:hover {
	background-color			: #4f0005;
	color						: white;
}
#nav li li a:hover	{
	background			: #4f0005;
	color						: white;
}




#navBG	{
    height				:	35px;
    background		: #4f0005;
}

#nav3	{
    height				:	35px;
    background-color		: #dacccc;
    width					:	600px;
}
#nav3 div	{
    padding				:	4px 16px 0;
    color					: #4f0005;
    font-weight		:	bold;
    
}

#nav3 div span{
    position			:	relative;
    top						:	10px;
    left					:	10px;
}
#nav3 div span a{
    background			: transparent;
    white-space			: nowrap;
    text-decoration	: none;
    font-family			: Verdana, Arial, Helvetica, sans-serif;
    cursor					: pointer;
    color						: #aa0036;
  	font-size				:	10px;
}

#navBaseline	{
    height				:	35px;
    background		: #a1d185 url(../img/baseline.gif) no-repeat; /*f7d9e3*/
}
#navBaseline_green	{
    height				:	35px;
    background		: #a1d185 url(../img/baseline.gif) no-repeat;
}

#navBaseline div,
#navBaseline_green div	{
    padding				:	5px 20px 0;
    color					: #4f0005;
    width					:	580px;
}

#nav a.trub { 
	white-space			: normal;
	text-align			: left;
	_float				: left;
}
#nav a:hover.trub { color:#fff!important}
#nav3 a.current {
    color				: #4F0005;
	text-decoration		: none;
}
.trub {color:#4f0005!important}
.trub_over {color:#fff!important}