*
{
    margin: 0;
    padding: 0;
}

#page-wrap
{
    width: 800px;
    margin: 20px auto;
}
a
{
    text-decoration: none;
}
ul
{
    list-style: none;
}
p
{
    margin: 15px 0;
}

/* 
	LEVEL ONE
*/
ul.aurabindomenu
{
    position: relative;
}
ul.aurabindomenu li
{
    font-weight: bold;
    float: left;
    zoom: 1;
    background: transparent;
    height: 100%;
    line-height: 25px;
}
ul.aurabindomenu a:hover
{
    color: #ffffff;
    height: 100%;
    line-height: 25px;
}
ul.aurabindomenu a:active
{
}
ul.aurabindomenu li a
{
    display: block;
    padding: 5px 27px;
    font-size: 13px;
    text-decoration: none;
    font-family: Trebuchet MS;
    text-transform: uppercase;
    color: #000000;
    text-align:left;
}
ul.aurabindomenu li:last-child a
{
    border-right: none;
}
/* Doesn't work in IE */
ul.aurabindomenu li.hover, ul.aurabindomenu li:hover
{
    background: #01c5ff;
    height: 100%;
    line-height: 25px;
    color: white;
    position: relative;
}
ul.aurabindomenu li.hover a
{
    color: #ffffff;
}


/* 
	LEVEL TWO
*/
ul.aurabindomenu ul
{
    width: 161px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}
ul.aurabindomenu ul li
{
    font-weight: normal;
    background: #007da8;
    color: #000000;
    border-bottom: 1px solid #8db6df;
    float: none;
}

/* IE 6 & 7 Needs Inline Block */
ul.aurabindomenu ul li a
{
    border-right: none;
    width: 100%;
    display: inline-block;
}

/* 
	LEVEL THREE
*/
ul.aurabindomenu ul ul
{
    left: 100%;
    top: 0;
}
ul.aurabindomenu li:hover > ul
{
    visibility: visible;
}







/* 
	LEVEL ONE_right
*/
ul.dropdown_right
{
    position: relative;
}
ul.dropdown_right li
{
    font-weight: bold;
    float: left;
    zoom: 1;
    background: transparent;
    height: 24px;
}
ul.dropdown_right a:hover
{
    color: #000;
}
ul.dropdown_right a:active
{
    color: #ffa500;
}
ul.dropdown_right li a
{
    display: block;
    padding: 3px 8px;
    border-right: 1px solid #ffffff;
    color: #333333;
    width: 175px;
    font-size: 14px;
    color: #ffffff;
    font-family: Arial;
}
ul.dropdown_right li:last-child a
{
    border-right: none;
}
/* Doesn't work in IE */
ul.dropdown_right li.hover, ul.dropdown_right li:hover
{
    background: #358dd7;
    color: white;
    position: relative;
}
ul.dropdown_right li.hover a
{
    color: #ffffff;
}


/* 
	LEVEL TWO
*/
ul.dropdown_right ul
{
    width: 191px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}
ul.dropdown_right ul li
{
    font-weight: normal;
    background: #4b96d5;
    color: #fff;
    border-bottom: 1px solid #d1d1d1;
    float: none;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown_right ul li a
{
    border-right: none;
    width: 100%;
    display: inline-block;
}

/* 
	LEVEL THREE
*/
ul.dropdown_right ul ul
{
    left: 100%;
    top: 0;
}
ul.dropdown_right li:hover > ul
{
    visibility: visible;
}
