.ssplogo
{
	margin: 10px 0px 15px 0px
}

.menu
{
	float: left; 
	width: 100%;
	margin: 0px 0px 5px 0px
}

div.box .box-leftmenu
{	
	background: url('../img/box_border/left_menu.gif') repeat-y left;
}

div.box .box-rightmenu
{
	background: url('../img/box_border/right_menu.gif') repeat-y right;
}

div.box .box-topmenu
{
	height:17px;
	background: url('../img/box_border/top_menu.gif') repeat-x top;
}

div.box .box-topmenu .box-top-leftmenu
{
	width:17px;
}

div.box .box-topmenu .box-top-leftmenu .box-top-left-innermenu
{
	height:17px;
	width:17px;
	background: url('../img/box_border/top_left_menu.gif') no-repeat top left;
}

div.box .box-topmenu .box-top-rightmenu
{
	width:17px;
}

div.box .box-topmenu .box-top-rightmenu .box-top-right-innermenu
{
	height:17px;
	width:17px;
	background: url('../img/box_border/top_right_menu.gif') no-repeat top right;
}

div.box .box-bottommenu
{
	z-index:0;
	margin:0px;
	height:17px;
	background: url('../img/box_border/bottom_menu.gif') repeat-x bottom;
}

div.box .box-bottommenu .box-bottom-leftmenu
{
	z-index:0;
	margin:0px;
	width:17px;
}

div.box .box-bottommenu .box-bottom-leftmenu .box-bottom-left-innermenu
{
	z-index:0;
	margin:0px;
	height:17px;
	width:17px;
	background: url('../img/box_border/bottom_left_menu.gif') no-repeat bottom left;
}

div.box .box-bottommenu .box-bottom-rightmenu
{
	z-index:0;
	margin:0px;
	width:17px;
}

div.box .box-bottommenu .box-bottom-rightmenu .box-bottom-right-innermenu
{	
	z-index:0;
	height:17px;
	width:17px;
	background: url('../img/box_border/bottom_right_menu.gif') no-repeat bottom right;
}

div.box .box-contentmenu
{
	margin: -69px 0px -19px -47px;
	padding: 0px 10px 0px 10px;
	background-color: #091D33;
	background-color:Transparent;
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	z-index:100;
	position:absolute;
}


ul.menu
{
	width:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.menu li
{
	text-align: center; 
	margin: 0px 62px 0px 10px; 
	display: inline;
	z-index:500;
}

ul.menu li.last
{
	text-align: center; 
	margin: 0px 0px 0px 0px; 
	display: inline;
	z-index:500;
}

ul.menu li a
{
	color:#FFFFFF;
	text-decoration:none;
	z-index:500;
}

.menuCss
{
	width: 820px;
	min-width: 820px;
}

.menuTopItem
{
	width:auto;
	min-width: 50px;
}

.menuIsland{background-color: #091D33; font-size: 12px; z-index:500; padding-right:15px;}
.menuHover{cursor: pointer; text-decoration:underline;z-index:500;}
.menuItem{background-color:Transparent;cursor: pointer; color:#ffffff; font-size:20px;z-index:500;}
.menuSubItem{ font-size:12px; border-bottom:solid 0px #FFFFFF; padding:2px 2px 2px 2px; color:#FFFFFF; z-index:100;z-index:500;}