﻿
#divMenu ul
{
	margin: 0px 0px 0px 14px;
	padding: 0px;
	clip:auto;
}
#divMenu ul li
{
	list-style-type: none;
	display:inline;
}
#divMenu ul li.cms_menu_firstchild a
{
    border-left:solid 1px #693E14;
}
#divMenu ul li a
{
    display:block;
    float:left;
    color:#000000;
    line-height:28px;
    text-decoration:none;
    border-right:solid 1px #693E14;
    padding:0px 10px 0px 10px;
    margin:0px 0px 0px 0px;    
    min-width:66px;
    text-align:center;
    font-weight:bold;

}
@media screen and (max-width: 480px) {
    #divMenu ul li a {
        display:none;
    }
}

#divMenu ul li a:hover {
	background-image: url(../Images/menu-bg-2.gif);
}
#divMenu ul li a.cms_menu_selected
{
}

#divSocNet
{
    float:right;
    padding:3px 15px 0px 0px;
}


/* Left department menu */
/*
DIV.menuDepartmentLeft
{
	overflow: hidden;
	padding: 5px;
}


DIV.menuDepartmentLeft SPAN.ctlDepLevel1
{		
	padding-top: 3px;
	font-size: 12px;
	clear: both;
	xmargin-bottom: 15px;
	display: block;
}

DIV.menuDepartmentLeft SPAN.ctlDepLevel1 A
{	
	text-decoration: none;
}

DIV.menuDepartmentLeft SPAN.ctlDepLevel1 DIV.ctlOpenCloseControl A.menu_status_opened
{
	display:inline-block;
	background-image: url(../Images/deptreebtn_cls.png);
	background-repeat: no-repeat;
	background-position: center center;
}

DIV.menuDepartmentLeft SPAN.ctlDepLevel1 DIV.ctlOpenCloseControl A.menu_status_closed
{
	display:inline-block;
	background-image: url(../Images/deptreebtn_opn.png);
	background-repeat:no-repeat;
	background-position: center center;
}

DIV.menuDepartmentLeft SPAN.ctlDepLevel1 DIV.ctlDepLabel
{
	xfloat: left;
}


DIV.menuDepartmentLeft SPAN.ctlDepLevel1 UL.ctlDepLevel2
{
	xmargin-top: 5px;
	xmargin-right: 5px;
	xpadding: 5px 0px 5px 2px;
	background-image: url(../Images/menuitm2bgr.png);
}

DIV.menuDepartmentLeft SPAN.ctlDepLevel1 UL.ctlDepLevel2 LI
{
	padding-left: 10px;
	font-size: 11px;
	background-image: url(../Images/deptreebullet.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
*/