@charset "utf-8";
/* CSS Document */

/* ---- Menu Bar ---- */

#menuBar {padding-top: 10px; clear:both; width: 100%;}

/* ---- Regular Menu Items ---- */

.menuRegular {width: 100px; height: 30px; float: left;}
.menuRegular a {width: 100px; height: 30px; float: left;}

#menu_call {background: url(../images/mainnav_call_on.png) no-repeat;}
#menu_messages {margin-left: 10px; background: url(../images/mainnav_messages_on.png) no-repeat;}
#menu_files {margin-left: 10px; background: url(../images/mainnav_files_on.png) no-repeat;}
#menu_addressBook {margin-left: 10px; background: url(../images/mainnav_addressbook_on.png) no-repeat;}

/* ---- Small Menu Items ---- */

.menuSmall {width: 70px; height: 20px;}
.menuSmall a {width: 70px; height: 20px;}

#menu_settings {background: url(../images/mainnav_settings_on.png) no-repeat; float: right;}

/* ---- Icon Menu Items ---- */

.menuIcon {width: 20px;	height: 20px;}
.menuIcon a {width: 20px; height: 20px;}

#menu_balance {float:right;}
#menu_logoff {background: url(../images/mainnav_logoff_on.png) no-repeat; float: right; }

/* ---- Tab Menu Items ---- */

.tabMenuItem {background-color:#d7d7d7; width: 80px; height: 20px; float: left; text-align:center;}
.tabMenuItemSelected {background-color:#999999; width: 80px; height: 20px;	float: left;}
.tabMenuItem  a { color:#333333; padding-bottom: 5px; display:block; width: 80px; text-align:center;}
.tabMenuItemSelected a {color:#FFFFFF; padding-bottom: 5px; display:block; width: 80px; text-align:center;}
.tabDivider {width:1px; float: left;}

.TabbedPanelsTabSelected .tabMenuItem {color: #FFFFFF; background-color:#999999; width: 80px; height: 20px;	float: left;}
.TabbedPanelsTabSelected .cornerTabDarkLeft {background:url(../images/darkgrey_topleft.png) 0 0 no-repeat;}
.TabbedPanelsTabSelected .cornerTabDarkRight {background:url(../images/darkgrey_topright.png) 100% 0 no-repeat;}

.tabMenuItemSuperLight {background-color:#f2f2f2; width: 80px; height: 20px; float: left; text-align:center;}
.tabMenuItemSuperLightSelected {background-color:#d7d7d7; width: 80px; height: 20px;	float: left;}
.tabMenuItemSuperLight  a { color:#333333; padding-bottom: 5px; display:block; width: 80px; text-align:center;}
.tabMenuItemSuperLightSelected a {color:#333333; padding-bottom: 5px; display:block; width: 80px; text-align:center;}

.TabbedPanelsTabSelected .tabMenuItemSuperLight {background-color:#d7d7d7; width: 80px; height: 20px;	float: left;}
.TabbedPanelsTabSelected .cornerSuperLightTopLeft {background:url(../images/lightgrey_topleft.png) 0 0 no-repeat;}
.TabbedPanelsTabSelected .cornerSuperLightTopRight {background:url(../images/lightgrey_topright.png) 100% 0 no-repeat;}

/* ---- General ---- */

* html a:hover {visibility:visible}

.menuRegular a:hover img, .menuSmall a:hover img, .menuIcon a:hover img, .menuAction a:hover img
	{visibility:hidden}


