#locationSwitch {
position: absolute;
top: 300px;
right: 840px;
width: 135px;
border-top: 1px solid #fff;
padding-top: 5px;
}

#locationSwitch a {
color: #fff;
}

#locationSwitch a:hover {
color: #000;
}

#locationSwitch a.italy span {
padding-left: 25px;
background: url(http://www.patriotautos.net/typo3/gfx/flags/it.gif) left center no-repeat;
}

#locationSwitch a.germany span {
padding-left: 25px;
background: url(http://www.patriotautos.net/typo3/gfx/flags/de.gif) left center no-repeat;
}

#naviSub h3 {
margin: 0 0 5px 25px;
color: #fff;
}

ul.location {
list-style-type: none;
}

ul.location li {
margin-bottom: 10px;
}

li.germany {
list-style-image: url(http://www.patriotautos.net/typo3/gfx/flags/de.gif);
vertical-align: middle;
}

li.italy {
list-style-image: url(http://www.patriotautos.net/typo3/gfx/flags/it.gif);
vertical-align: middle;
}