﻿.Home .Space 
{
	background-image:url(../img/menu/LeftHomeBG.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-left:89px;
}

.SmallScannersHome .Space
{
	background-image:url(../img/menu/ssLeftHomeBG.gif);
}

.Home .Menu
{
	background-color:white;
	border-collapse: collapse;	
}

.Home .Menu a, .Home .Menu a:visited, .Home .Menu a:hover
{
	color:#333333;
	text-decoration: none;
	
}

.Home .MenuItem
{
	background-image:url(../img/menu/SeparatorHome.gif);
	background-position:left top;
	background-repeat:no-repeat;
	
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	text-align:center;
}
.Home .MenuItemSel
{
	background-image:url(../img/menu/LeftSeparatorHome.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#333333;
	color:White;
	font-weight:bold;
	
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	text-align:center;
}
.Home .MenuItemFirst
{
	background-image:url(../img/menu/LeftHome.gif);
	background-position:left top;
	background-repeat:no-repeat;
	
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px; /*97*/
	text-align:center;
}
.SmallScannersHome .MenuItemFirst
{
	background-image:url(../img/menu/ssLeftHome.gif);
}
.Home .MenuItemSelFirst
{
	background-image:url(../img/menu/LeftHomeSel.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#333333;
	color:White;
	font-weight:bold;

	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px; /*97*/
	text-align:center;
	
}
.RightBar
{
	background-image:url(../img/menu/rightSeparatorHome.gif);
	background-position:right top;
	background-repeat:no-repeat;
	position:absolute;
	
	width:10px;
	height:30px;
	min-height:30px;
	margin-top:-8px;
	margin-left:10px;
}
.Home .MenuItemBeforeSel
{
	background-image:url(../img/menu/rightSeparatorHome.gif);
	background-position:left top;
	background-repeat:no-repeat;
	
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	text-align:center;
}

.Internal .Menu
{
	background-color:#333333;
}
.Internal .Menu a, .Internal .Menu a:hover, .Internal .Menu a:visited
{
	color:White;
	text-decoration: none;	
}


.Internal .MenuItem
{
	background-image:url(../img/menu/Separator.gif);
	background-position:left top;
	background-repeat:no-repeat;		
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	text-align:center;
}

.SubItem
{
}

.SubItem a, .SubItem a:visited, .SubItem a:hover
{
	text-decoration: none;	
	color: #333333;
	display: block;
	padding: 4px 8px;
}

.SubItemHover  a, .SubItemHover  a:hover, .SubItemHover a:visited
{
	text-decoration: none;	
	color: White;
}

.SubItemSelected a, .SubItemSelected  a:hover, .SubItemSelected a:visited
{
	text-decoration: none;	
	color: White;
}

.Internal .MenuItemSel
{
	background-image:url(../img/menu/LeftSeparator.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#CCCCCC;
	font-weight:bold;
	color:#333333;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	text-align:center;
}
.Internal .MenuItemFirst
{
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	text-align:center;
}
.Internal .MenuItemSelFirst
{
	background-color:#CCCCCC;
	font-weight:bold;
    
    color:#333333;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	text-align:center;
}
.Internal .MenuItemBeforeSel
{
	background-image:url(../img/menu/rightSeparator.gif);
	background-position:left top;
	background-repeat:no-repeat;
	
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	text-align:center;
}

/* Main Menu */


.MainMenu a, .MainMenu a:visited
{
    color: #414141;
	text-decoration: none;	
}

.MainMenu a:hover
{
    color: #333333;
    font-weight: bold;
	text-decoration: none;
}

.MainMenu .FirstSubMenu
{
    margin-top: 6px;
}

.MainMenuItem
{
    border: none;
    cursor: hand;
    height: 20px;
    margin-bottom: 6px;
    padding-bottom: 0px;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 7px;
    position: relative;
    text-align: center;
}

.MainMenuItemHover
{
    background-color: #fff;
    border: none;
	cursor: hand;
	font-weight: normal;
	left: 0px;
    position: absolute;
	text-align: center;
}

.MainMenuItemSel
{
    background-color: #ccc;
    border: none;
    cursor: hand;
    font-weight: bold;
    height: 20px;
    margin-bottom: 6px;
    padding-bottom: 0px;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 7px;
    text-align: center;
}

.SubMenuContainer
{
	background-color: #fff;
	border: solid 1px #ccc;
	margin-bottom: 18px;
	padding: 2px 2px 4px;
	position: relative;
	width: 233px;
}

.SubMenu
{
}

.SubMenu > tbody > tr > td
{
    padding: 3px;
}

.SubMenu .SubMenuItem, .SubMenu .SubMenuItem td
{
	color: #6e7374;
	text-transform: uppercase;
	white-space: normal;
}

.SubMenu a, .SubMenu a:hover
{
	display: block;
    text-decoration: none;
}

.SubMenu .SubMenuItem.File
{
	background: url("../img/menu/arrow-gt.png") no-repeat 1px 4px;
	font-size: 12px;
	padding-left : 11px;
}

.SubMenu .SubMenuItem.Folder
{
	background: url("../img/menu/arrow-right.png") no-repeat 1px 4px;
	font-size: 12px;
    font-weight: bold;
    padding-left: 11px;
}

.SubMenu .SubMenuItemSel
{
	background: url("../img/menu/arrow-down.png") no-repeat 0 4px;
	color: #bf311a;
	font-size: 12px;
    padding-left: 11px;
	text-transform: uppercase;
}

.SubMenu .SubMenuItemSel.File
{
	background: url("../img/menu/arrow-gt-red.png") no-repeat 0 4px;
}

.SubMenu .SubMenuItemSel.None
{
	background-image: none;
	padding-left: 0px;
}

.SubMenuSel
{
	font-weight:bold;
}

.Home .MenuItemHover
{
	text-align:center;
	position:absolute;
	font-weight:bold;
	background-color:white;
	cursor:pointer;cursor:hand;
}

.Search
{
    float:right;
}

.Search .searchInput
{
    height:18px;
    vertical-align:top;
    background-color:Transparent;
    border:1px solid #adadad;
    padding:3px;
    color:#9f9f9f;
}

.Search .searchInput a
{
    vertical-align:top;
}

.RegionContainer
{
    padding:10px 0;
    height:20px;
    overflow:visible;
}

.Regions
{
    display:none;
    list-style-type:none;
    padding:0;
    margin:0;
    border: 1px solid #cbcccc;
    background-image:url(../img/transparent.png);
    z-index:200;
    position:absolute;
    right:0;
}

.Regions li
{
    background-color:#fff;
    padding:5px;
    position: relative;
    cursor: pointer; cursor: hand;
}

.Regions li:hover
{
    background: #fff url(../img/selectBack.png) repeat-x bottom;
    background: -webkit-gradient(linear, left bottom, left top, from(#c6c6c6), to(#fff));
    background: -moz-linear-gradient(bottom,  #c6c6c6,  #fff);
}

.Regions li a, .Regions li a:hover
{
    color: #333;
    text-decoration: none;
}

.CurrentRegion
{
    background: transparent url(../img/regionDownArrow.png) no-repeat 95%;
    border:1px solid #cbcccc;
    padding:3px;
    padding-right:20px;
    margin-left:30px;
    cursor: pointer; cursor: hand;
}

.CurrentRegion img
{
    padding:2px 5px;
    vertical-align:middle;
}


.MainNavMenu
{
    color:#000;
    list-style-type:none;
    padding:0;
    padding-bottom:13px;
    margin:0;
    float:left;
    height:26px;
    width:750px;
}

.MainNavMenu > li
{
    float:left;
    position:relative;
    margin:16px 0 0 48px;
    line-height:10px;
    z-index:3000;
}

.MainNavMenu > li.Selected
{
    border-left: 10px solid #bf311b;
}

.MainNavMenu > li.SpecializedMenu
{
    margin: 16px 0 0 18px;
}

.MainNavMenu > li > a,
.MainNavMenu > li > a:visited
{
    text-transform:uppercase;
    color:#9f9f9f;
    font-size:12px;
    font-weight:bold;  
}

.MainNavMenu > li.Selected > a
{
    color:#000;
    padding-left:5px;
}

.MainNavMenu > li > a:hover
{
    text-decoration:none;
     color:#bf311a;
}

.MainMenuSub
{   
    position:absolute;
    width:250px;
    border: 1px solid #cbcccc;
    margin:0;
    padding:0;
    list-style-type:none;
    z-index:2000;
    background-image:url(../img/transparent.png);
}

.MainMenuSubSub
{
    margin:0;
    padding:0;
    list-style-type:none;
    border: 1px solid #cbcccc;
}

.MainMenuSubSubContainer
{
    position:absolute;
    width:250px;
    z-index:2000;
    left:250px;
    top:0px;
    display:none;
}

.MainMenuSub
{
    left:0px;
    top:22px;
    display:none;
}

.MainMenuSub > li
{
    position:relative;
}

.MainMenuSub > li,
.MainMenuSubSub > li
{
    background-color:#fff;
    padding:5px;
}

.MainMenuSub > li a,
.MainMenuSubSub > li a
{
    text-decoration:none;
    color:#4e4e4e;
}

.MainMenuSub > li:hover,
.MainMenuSubSub > li:hover
{
    background: #fff url(../img/selectBack.png) repeat-x bottom;
    background: -webkit-gradient(linear, left bottom, left top, from(#c6c6c6), to(#fff));
    background: -moz-linear-gradient(bottom,  #c6c6c6,  #fff);
}

.MainMenuSub > li:hover > a,
.MainMenuSubSub > li:hover > a
{
    text-decoration:none;
    color:#bf311a;
}



.TopRightMenu
{
    margin-right:-20px;
}

.TopRightMenu .LeftSide
{
    float:left;
    background:transparent url(../img/toprightnavLeft.png) left no-repeat; 
    height:25px;
    padding-left:21px;
}

.TopRightMenu .RightSide
{
    float:right;
    background:transparent url(../img/toprightnavRight.png) right no-repeat;
    height:25px;
    margin-top: 1px;
    padding-right:21px;
}

.TopRightMenu  .Middle
{
    height:25px;
    background:transparent url(../img/toprightnavRepeat.png) repeat-x;
    display:block;
    padding-top:5px;
}

.TopRightMenu  .Middle ul
{
    list-style-type:none;
    padding:0;
    margin:1px 0 0;
}

.TopRightMenu  .Middle ul li
{
    list-style-type:none;
    display:inline;
    
}

.TopRightMenu  .Middle a
{
    color:#fff;
    padding:0 7px;
}

.TopRightMenu  .Middle .TopLeftMenuItem
{
    float:left;
    display:inline; 
    position:relative;
}

.TopRightMenu  .Middle ul.MenuDropList
{
    padding:0;
    list-style-type:none;
    z-index:4000;
    display:none;
    width:200px;
    border: 1px solid #cbcccc;
    position:absolute;
    top:20px;
    left:0;
}

.TopRightMenu  .Middle ul.MenuDropList li
{
    display:block;
    background-color:#fff;
    padding:4px;
    overflow:visible;
}

.TopRightMenu  .Middle ul.MenuDropList li a
{
    color:#4e4e4e;
}

.TopRightMenu  .Middle ul.MenuDropList li a:visited
{
    color:#4e4e4e;
}

.TopRightMenu  .Middle ul.MenuDropList li:hover
{
    background: #fff url(../img/selectBack.png) repeat-x bottom;
    background: -webkit-gradient(linear, left bottom, left top, from(#c6c6c6), to(#fff));
    background: -moz-linear-gradient(bottom,  #c6c6c6,  #fff);
}

.TopRightMenu  .Middle ul.MenuDropList li:hover a
{
    color:#bf311a;
}

.TopRightMenu  .Middle a:hover
{
   text-decoration:none;
}
