/***********************************************/
/* Sub menu                                   */
/***********************************************/ 

#subMenu
{
	width: 					560px;
	margin:					0 auto;
	float: 					left;
}

#subMenu ul
{
	margin:					0 auto;
	list-style: 			none;
	padding: 	            0px;
}


#subMenu ul li
{
	float: 					left;
	margin-right: 			5px;
	background-repeat:      no-repeat;
}

#subMenu ul li a
{
	display: 				block;
	height: 				54px;
}


#subMenu ul li.menuSplitter
{
	background:				url("../../../_Images/SubMenu/CSplitter.gif") no-repeat;
	width:					12px;
	height:					54px;
}

#subMenu ul li.menuSpacer
{
	width:					7px;
	height:					62px;
}

/************* main menu items specific **************/

li#smcHome a, li#smcHome, li#smcHomeActive
{
	width: 					55px;
	background: 			url(../../../_Images/SubMenu/Crypton/en/Home.gif) right;
}

li#smcHomeActive
{
	background: 			url(../../../_Images/SubMenu/Crypton/en/HomeActive.gif);
}

li#smcNew a, li#smcNew, li#smcNewActive
{
	width: 					86px;
	background: 			url(../../../_Images/SubMenu/Crypton/en/New.gif) right;
}

li#smcNewActive
{
	background: 			url(../../../_Images/SubMenu/Crypton/en/NewActive.gif);
}

li#smcProducts a, li#smcProducts, li#smcProductsActive
{
	width: 					77px;
	background: 			url(../../../_Images/SubMenu/Crypton/en/Products.gif) right;
}

li#smcProductsActive
{
	background: 			url(../../../_Images/SubMenu/Crypton/en/ProductsActive.gif);
}

li#smcSupport a, li#smcSupport, li#smcSupportActive
{
	width: 					71px;
	background: 			url(../../../_Images/SubMenu/Crypton/en/Support.gif) right;
}

li#smcSupportActive
{
	background: 			url(../../../_Images/SubMenu/Crypton/en/SupportActive.gif);
}

li#smcAbout a, li#smcAbout, li#smcAboutActive
{
	width: 					104px;
	background: 			url(../../../_Images/SubMenu/Crypton/en/About.gif) right;
}

li#smcAboutActive
{
	background: 			url(../../../_Images/SubMenu/Crypton/en/AboutActive.gif);
}

li#smcContact a, li#smcContact, li#smcContactActive
{
	width: 					71px;
	background: 			url(../../../_Images/SubMenu/Crypton/en/Contact.gif) right;
}

li#smcContactActive
{
	background: 			url(../../../_Images/SubMenu/Crypton/en/ContactActive.gif);
}

li#smcHome, li#smcNew, li#smcProducts, li#smcSupport, li#smcAbout, li#smcContact
{
	background-color:       #a2a2a2;
	background-position: 	left;
}

li#smcHomeActive, li#smcNewActive, li#smcProductsActive, li#smcSupportActive, li#smcAboutActive, li#smcContactActive
{
    border-bottom:          5px solid #7a7a7a;
	border-top:             1px solid #d9d9d9;
}

li#smcHome a:hover, li#smcNew a:hover, li#smcProducts a:hover, li#smcSupport a:hover, li#smcAbout a:hover, li#smcContact a:hover
{
	background: 			none;
	border-bottom:          5px solid #cc0000;
	border-top:             1px solid #a2a2a2;
}

/************* end main menu items specific *************/