















#layout-outer-side-decoration {
	width: 760px;
}

#bottom-container {
	width: 760;
}

#layout-column_n1 {
	width: 0px;
}

#layout-column_n2 {
	width: 0px;
}

#layout-column_w1 {
	width: 760px;
}

#layout-bottom-container {
	width: 760px;

}

#layout-add_n1	{
	width: 0px;
}

#layout-add_n2 {
	width: 0px;
}

#layout-add_w1	{
	width: 760px;
}

.portlet-container {
	
}

.portlet-bread-crumb
{
	color: #999999;
	text-align: left;
	font-size: 9pt;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border-bottom: solid 1px #CCCCCC;
}

.seperator
{
    font-size: 12px;
    font-weight:bold;
    color: #FFF;
    background-image: url(/html/themes/LeftMenu2/color_schemes/02/MenuHeaderBG.jpg);
    background-color:#0066cc;
    text-decoration: none; margin: 0;
    text-align:center;
    font-family: Tahoma, Arial;
    padding: 2px 2px 2px 2px;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0;
 padding: 1px;
 width: 145px;
 list-style: none;
 background-color: #cccccc;
 border-top: 1px solid #000000;
 font-family: Tahoma, Arial;
 font-size: 12px;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 position: absolute;
 visibility: hidden;
}

.subDiv
{
 visibility: hidden;
 position: absolute;
 border: 0px;
 top: 0px;
 left: 145px;
 z-index: 100;
}

.Scroller_Up
{
	position: absolute;
	text-align: center;
	vertical-align: middle;
	background-color: #666666;
	z-index: 101;
	border: solid 1px #000000;
	height: 16px;
}

.Scroller_Down
{
	position: absolute;
	text-align: center;
	vertical-align: middle;
	background-color: #666666;
	z-index: 101;
	border: solid 1px #000000;
	height: 16px;
}

.menuframe
{
 position: absolute;
 display:none;
 padding: 0;
 margin: 0;
 border: 0;
 z-index: 99;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
	 position: relative;
	 border-bottom: 1px solid #999999;
	text-decoration: none;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 2px 5px 4px 2px;
 color: #000;
 text-decoration: none;
 border: 1px solid transparent;
}

/* IE fix because it doesn't support transparent borders */
* html .menulist a {
 border: none;
 margin: 1px;
}


/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...
*/

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus, {
 color: #FFF;
 background-color: #999999;
 padding: 2px 5px 4px 2px;
 border: 1px solid #999999;
 text-decoration: none;
 margin: 0;
}

.menulist a.highlighted {
 color: #FFF;
 background-color: #68C;
 border: 1px solid #CDE;
`text-decoration: none;
 margin: 0;
}

.menulist a, .menulist a:visited, .menulist a:active, .menulist a:link{
	text-decoration: none;
}

.menulist ul {border-left: 1px solid #000; border-right: 1px solid #000}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
    font-weight: bold;
    float: right;
	text-decoration: none;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
