﻿ddsmoothmenu.ddsmoothmenu
{
    /*float: left;*/
}

.ddsmoothmenu ul
{
	/*clear: both;*/
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li
{
	position: relative;
	display: inline;
	float: left;
	text-align: left;
	z-index: 5;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a
{
	display: block;
	/*background of menu items (default state)*/
	background: url(../../Images/Header/MenuBg.jpg); 
	background-position: right center;
	background-repeat: no-repeat;	
    background-color: White;	
	height: 25px;
	width: 80px;
	padding-top: 7px;
	border: 1px solid #7b7b7b;  
	text-align: center;
	vertical-align: middle;	
	margin: 0px 0px 0px 0px;
	text-decoration: none;	
}

* html .ddsmoothmenu ul li a
{
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited
{
	color: #000000;
	text-transform:uppercase;
	font-family: Arial Narrow;
	font-size: 1x`pt;
	font-weight: 600;
	/*background-color: #000000;	
	sub menu background color*/
}

.ddsmoothmenu ul li a.selected
{
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #CF0F17;
    text-decoration : underline;
	color: white;
	z-index: 20000;
}

.ddsmoothmenu ul li a:hover
{
    /*background of menu items during onmouseover (hover state)*/
    text-decoration : underline;
    background: none;
    background-color: #b7030c;
    color: White;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul
{
	position: absolute; /* this is correct and needs to remain absolute */
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	border: solid 1px #000000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li
{
	background: #000000;
	display: list-item;
	float: none;
}

.ddsmoothmenu ul li ul li.selected, .ddsmoothmenu ul li ul li:hover
{
	background: #ECBA2E;
	display: list-item;
	text-align: left;
	float: none;
}

.ddsmoothmenu ul li ul li a
{
	background: #fefefe;
	color: black;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover
{
	background: #ECBA2E;
	color: black;
}

.ddsmoothmenu ul li ul li ul li a
{
	border-left: solid 10px #c0c0c0;
}

.ddsmoothmenu ul li ul li ul li a.selected, .ddsmoothmenu ul li ul li ul li a:hover
{
	border-left: solid 10px #c0c0c0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul
{
	top: 0;
}	

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a
{
	border-left: solid 10px #CF0F17;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu
{
	height: 1%;
}
/*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass
{
	position: absolute;
	top: 6px;
	right: 7px;
}

.rightarrowclass
{
	position: absolute;
	top: 6px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}

.toplevelshadow
{
	/*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}

/* CUSTOM CSS */
/* This css is meant for UiPlay.co.za only */
.Menu
{
    float: left;
    margin-top: 55px;
    margin-left: -6px;
    z-index: 0;
}

.MenuSide
{
    background-image: url(../../Images/Frontend/TopMenu/menu_side.jpg);
    background-repeat: no-repeat;
    height: 24px;
    width: 18px;
    float: left;
}



