﻿.menuButtonSide
{
	display:inline;
	float: left;
	width: 11px;
	height: 30px;
	border: 0;
	padding: 0px;
	margin: 0px;
}

#menu_site
{
	width: 777px;
	height: 30px;
	position: relative;
	background: url(/images/btnMenuBarSite.gif);
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu_site li
{
	float: left;
	list-style-type:none;
}

#menu_site li a
{
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 30px;
	background: url(/images/btnMenuBarSite.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	border-bottom: none;
}

#menu_site li a:hover
{
	border-bottom: none;
}


li#menu_home a
{
	left: 0;
	width: 111px;
	background-position: 0 0;
}

li#menu_abot a
{
	left: 111px;
	width: 111px;
	background-position: -111px 0;
}

li#menu_prog a
{
	left: 222px;
	width: 111px;
	background-position: -222px 0;
}

li#menu_phto a
{
	left: 333px;
	width: 111px;
	background-position: -333px 0;
}

li#menu_news a
{
	left: 444px;
	width: 111px;
	background-position: -444px 0;
}

li#menu_resr a
{
	left: 555px;
	width: 111px;
	background-position: -555px 0;
}

li#menu_cntc a
{
	left: 666px;
	width: 111px;
	background-position: -666px 0;
}

li#menu_home a:hover
{
	background-position: 0 -30px;
}

li#menu_abot a:hover
{
	background-position: -111px -30px;
}

li#menu_prog a:hover
{
	background-position: -222px -30px;
}

li#menu_phto a:hover
{
	background-position: -333px -30px;
}

li#menu_news a:hover
{
	background-position: -444px -30px;
}

li#menu_resr a:hover
{
	background-position: -555px -30px;
}

li#menu_cntc a:hover
{
	background-position: -666px -30px;
}

/* Member Menu Bar */

#menu_member
{
	/* float: left; */
	display:block;
	height: 30px;
	position: relative;
	background: url(images/btnMenuBarMember.gif);
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu_member li
{
	float: left;
	list-style-type:none;
}

#menu_member li a
{
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 30px;
	background: url(/images/btnMenuBarMember.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	border-bottom: none;
}

#menu_member li a:hover
{
	border-bottom: none;
}

li#menu_profile a
{
	left: 0;
	width: 111px;
	background-position: 0 0;
}

li#menu_galleries a
{
	left: 111px;
	width: 111px;
	background-position: -111px 0;
}

li#menu_memfunc a
{
	left: 333px;
	width: 111px;
	background-position: -333px 0;
}

li#menu_exec a
{
	left: 444px;
	width: 111px;
	background-position: -444px 0;
}

li#menu_profile a:hover
{
	background-position: 0 -30px;
}

li#menu_galleries a:hover
{
	background-position: -111px -30px;
}

li#menu_themes a
{
	left: 222px;
	width: 111px;
	background-position: -222px 0;
}
li#menu_themes a:hover
{
	background-position: -222px -30px;
}

li#menu_tools a
{
	left: 222px;
	width: 111px;
	background-position: -222px 0;
}
li#menu_tools a:hover
{
	background-position: -222px -30px;
}

li#menu_memfunc a:hover
{
	background-position: -333px -30px;
}

li#menu_exec a:hover
{
	background-position: -444px -30px;
}

/* side navigation menus
a8c7d3 - highlight
006c95 - normal
008ec4 - current
 */

.sideMenuDiv
{
	clear:left;
	display:inline;
	margin-right:5px;
	margin-left:10px;
	float:left;
	border:outset 4px gray;
}

/*
style="margin-right:5px; margin-left:-40px; float:left; border:outset 4px gray"
*/

.sideMenuList
{
	margin:0;
	padding:0;
	background:#006c95;
	list-style-type:none;
	width:175px;
	float:left;
}

.sideMenuList li
{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	list-style-type:none;
}

.sideMenuList li.current a
{
	background:#008ec4;
	color:#FFFFFF;
	font-weight:bold;
}

.sideMenuList a
{
	display:block;
	color:#FFF;
	text-decoration:none;
	padding: 0 15px;
	line-height:1.5;
	border-bottom: solid 1px #FFF;
}

.sideMenuList a:hover, .sideMenuList a:active
{
	font-weight:bold;
	display:block;
	background:#a8c7d3;
	color:#000080;
	text-decoration:none;
	padding: 0 15px;
	line-height:1.5;
	border-bottom: solid 1px #FFF;
}



#menu_side
{
	margin:0;
	padding:0;
	background:#006c95;
	list-style-type:none;
	width:175px;
	 float:left;
}

#menu_side li
{
	margin:0;
	padding:0;
    float:left;
	width:100%;
	list-style-type:none;
}

#menu_side li.current a
{
	background:Red;
	color:White;
	/*
	font-weight:bold;
    */
}

#menu_side a
{
	display:block;
	color:#FFF;
	text-decoration:none;
	padding: 0 15px;
	line-height:1.5;
	border-bottom: solid 1px #FFF;
}

#menu_side a:hover, #menu_side a:active
{
	font-weight:lighter;
	display:block;
	background:#a8c7d3;
	color:#000080;
	padding: 0 15px;
	/*
	text-decoration:none;
    line-height:1.5;
	border-bottom: solid 1px #FFF;
    */
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
