﻿/************************************************************************
* Navigation element styles
************************************************************************/
#navtop ul, #navbottom ul
{
	height:28px;
    list-style:none;
    text-align:center;
    margin:0;
    padding:0;
}
* html #navtop ul, * html #navbottom ul
{
    position:relative;
}
#navtop ul li, #navbottom ul li
{
    display:inline;
    margin-top:0;
    margin-bottom:0;
    padding:0;
}
#navtop a
{
	display:block;
	width:100px;
	height:28px;
	color:#FFF;
	line-height:28px;
	float:left;
	margin-right:1px;
	margin-left:1px;
}
#navtop a:link, #navtop a:visited
{
    text-decoration: none;
    background:url(/images/NavAero_link.png) no-repeat;
}
* html #navtop a:link, * html #navtop a:visited
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/NavAero_link.png', sizingMethod='default');
}
#navtop a:hover
{
    text-decoration: none;
    cursor:pointer;
    background:url(/images/NavAero_hover.png) no-repeat;
}
* html #navtop a:hover
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/NavAero_hover.png', sizingMethod='default');
}
#navtop a:active
{
    text-decoration: none;
    background:url(/images/NavAero_active.png) no-repeat;
}
* html #navtop a:active
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/NavAero_active.png', sizingMethod='default');
}
#navtop a.current, #navtop a.current:link, #navtop a.current:visited
{
    text-decoration: none;
    background:url(/images/NavAero_active.png) no-repeat;
}
* html #navtop a.current, * html #navtop a.current:link, * html #navtop a.current:visited
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/NavAero_active.png', sizingMethod='default');
}
#navtop a.current:hover
{
    text-decoration: none;
    background:url(/images/NavAero_activehover.png) no-repeat;
}
* html #navtop a.current:hover
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/NavAero_activehover.png', sizingMethod='default');
}
